Uses of Class
org.eclipse.vtp.framework.common.configurations.DispatchConfiguration

Packages that use DispatchConfiguration
org.eclipse.vtp.framework.common.actions   
org.eclipse.vtp.framework.common.controller   
org.eclipse.vtp.framework.common.services   
 

Uses of DispatchConfiguration in org.eclipse.vtp.framework.common.actions
 

Constructors in org.eclipse.vtp.framework.common.actions with parameters of type DispatchConfiguration
ForwardAction(IActionContext context, IController controller, DispatchConfiguration configuration)
          Creates a new ForwardAction.
IncludeAction(IActionContext context, IController controller, DispatchConfiguration configuration)
          Creates a new ForwardAction.
 

Uses of DispatchConfiguration in org.eclipse.vtp.framework.common.controller
 

Methods in org.eclipse.vtp.framework.common.controller with parameters of type DispatchConfiguration
 IForwardDispatcher IController.createForward(DispatchConfiguration configuration)
          Creates a forward dispatcher for the specified configuration.
 IIncludeDispatcher IController.createInclude(DispatchConfiguration configuration)
          Creates an include dispatcher for the specified configuration.
 

Uses of DispatchConfiguration in org.eclipse.vtp.framework.common.services
 

Methods in org.eclipse.vtp.framework.common.services with parameters of type DispatchConfiguration
 IForwardDispatcher Controller.createForward(DispatchConfiguration configuration)
           
 IIncludeDispatcher Controller.createInclude(DispatchConfiguration configuration)